Consolidated core

- Posted in Tech by - Comments
Finally I have made a version which is consolidated to my liking. The need to setup the domain at two places was solved by putting a default domain in the storage and slightly modifying boot.js: // Read more

With libraries and microkernel

- Posted in Tech by - Comments
As I was writing in the previous article, I had to make a decision whether to go microkernel or monolithic kernel way, and I chose the microkernel. Now it is not only a proposed code, but the Read more

Microkernel

- Posted in Tech by - Comments
I mentioned in the comments that I probably have to solve the microkernel vs. monolithic kernel dilemma here, or, more precisely, its equivalent for the appjet platform clone. That is, to decide Read more

More editor functionality

- Posted in Tech by - Comments
Now I'm going to scare you ;-)I got over to another important milestone: multiple applications, possibility to create new applications and editor able to edit any of the applications (boot, and Read more

The spartan miniplatform

- Posted in Tech by - Comments
The previous one was much too stiff, but now I have a real minimal platform ready, based on ideas I was sketching out before. It consists of three files. First, called configure.js (I've got it Read more

A living thing

- Posted in Tech by - Comments
I started making my own Appjet clone as well, though it is not public yet (it is on friend's server where I began squatting). Very quickly I got to the "reflexive", "eat you own Read more